home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / char / pcmcia / ipwireless / Makefile
Encoding:
Makefile  |  2008-12-24  |  182 b   |  11 lines

  1. #
  2. # drivers/char/pcmcia/ipwireless/Makefile
  3. #
  4. # Makefile for the IPWireless driver
  5. #
  6.  
  7. obj-$(CONFIG_IPWIRELESS) += ipwireless.o
  8.  
  9. ipwireless-objs := hardware.o main.o network.o tty.o
  10.  
  11.